.product-card-grid{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.product-card-grid__inner{margin:0 auto}.product-card-grid__header{align-items:center;display:flex;flex-direction:column;margin:0 auto;text-align:center}.product-card-grid__heading{color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-size:var(--episode-section-heading-size);font-style:var(--font-heading-style);font-weight:400;letter-spacing:0;line-height:1;margin:0}.product-card-grid__tabs{background:rgba(var(--color-background),.78);border-radius:999px;box-shadow:2px 2px 2px #0000001a;display:grid;grid-auto-columns:minmax(10rem,1fr);grid-auto-flow:column;gap:.4rem;margin-top:4rem;max-width:58rem;padding:.5rem;width:min(100%,62rem)}.product-card-grid__tab{-webkit-appearance:none;appearance:none;background:transparent;border:0;border-radius:999px;color:rgba(var(--color-foreground),.68);cursor:pointer;font-family:var(--font-body-family);font-size:var(--episode-tab-size);font-weight:500;letter-spacing:0;line-height:1;min-height:3.4rem;padding:1.2rem 1.4rem;transition:background-color var(--duration-short) ease,color var(--duration-short) ease,box-shadow var(--duration-short) ease;white-space:nowrap}.product-card-grid__tab.is-active{background:#f5f5f5;color:rgb(var(--color-foreground))}.product-card-grid__items{display:grid;gap:var(--episode-gap);grid-template-columns:repeat(12,minmax(0,1fr));list-style:none;margin:8rem 0 0;padding:0}.product-card-grid__item{grid-column:span 4;min-width:0}.product-card-grid__item--large{grid-column:span 6}.product-card-grid__item[hidden]{display:none}.ls-product-card{background:rgb(var(--color-background));box-sizing:border-box;color:rgb(var(--color-foreground));display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;padding:var(--episode-card-padding);position:relative;text-align:left;transition:box-shadow var(--duration-short) ease,transform var(--duration-short) ease}.product-card-grid--card-shadow .ls-product-card{box-shadow:0 32px 73px #351e1b17}.ls-product-card:hover{transform:translateY(-.2rem)}.ls-product-card__media-wrap{background:rgba(var(--color-foreground),.04);overflow:hidden}.ls-product-card__media{aspect-ratio:16 / 9;display:block;position:relative;width:100%}.ls-product-card__media img,.ls-product-card__media .placeholder-svg{display:block;height:100%;object-fit:cover;transition:transform var(--duration-long) ease;width:100%}.ls-product-card:hover .ls-product-card__media img{transform:scale(1.03)}.ls-product-card__content{display:flex;flex:1;flex-direction:column;padding-top:var(--episode-card-padding)}.ls-product-card__meta{align-items:center;color:#784e45;display:flex;flex-wrap:wrap;font-family:var(--font-body-family);font-size:var(--episode-meta-size);font-weight:300;gap:.6rem;letter-spacing:-3%;line-height:1.35;margin-bottom:1rem}.ls-product-card__meta>span+span:before{color:rgba(var(--color-foreground),.7);content:"";display:inline-block;height:.4rem;margin:0 .5rem .3rem 0;width:.4rem;border-radius:999px;background:currentColor}.ls-product-card__meta>.ls-product-card__meta-primary+span:before{background:none;border-radius:0;color:inherit;content:"\2014";height:auto;margin:0 1rem 0 .2rem;width:auto}.ls-product-card__meta-primary{color:#784e45;font-weight:500}.ls-product-card__title{color:rgb(var(--color-foreground));display:-webkit-box;font-family:var(--font-body-family);font-size:var(--episode-title-regular-size);font-style:var(--font-heading-style);font-weight:400;height:calc(var(--episode-title-regular-size) * 1.16 * 2 + .2em);letter-spacing:0;line-height:1.16;margin:0;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ls-product-card__title>.full-unstyled-link{overflow:clip}.ls-product-card--large .ls-product-card__title{font-family:var(--font-heading-family);font-size:var(--episode-title-large-size);font-weight:400;height:calc(var(--episode-title-large-size) * 1.08 * 2 + .2em);line-height:1.08;max-width:56rem}.ls-product-card__title a:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.ls-product-card__title a:focus-visible:after{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3);outline:.2rem solid rgba(var(--color-foreground),.55);outline-offset:.3rem}.ls-product-card__badge{align-items:center;align-self:flex-start;background:rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground));display:inline-flex;font-size:var(--episode-badge-size);font-weight:500;border-radius:4px;gap:.5rem;line-height:1;letter-spacing:-3%;margin-top:1.5rem;padding:.5rem .8rem}.ls-product-card__badge-icon{color:#25a698;display:inline-flex;height:16px;width:16px}.ls-product-card__badge-icon svg{fill:currentColor;height:16px;width:16px}.product-card-grid--hide-regular-early-access .ls-product-card--regular .ls-product-card__badge{display:none}.ls-product-card__description{color:rgb(var(--color-foreground));display:-webkit-box;font-size:var(--episode-excerpt-size);font-weight:400;letter-spacing:0;line-height:calc(var(--episode-excerpt-size) * 1.5);margin:2.6rem 0 0;max-height:calc(var(--episode-excerpt-size) * 1.5 * 3);overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}.ls-product-card--regular .ls-product-card__description{margin-top:1.6rem}.product-card-grid--hide-regular-excerpt .ls-product-card--regular .ls-product-card__description{display:none}.ls-product-card__actions{align-items:center;display:flex;flex-wrap:wrap;gap:1.4rem;margin-top:auto;padding-top:2.6rem;position:relative;z-index:2}.ls-product-card__play{align-items:center;-webkit-appearance:none;appearance:none;background:#b21734;border:0;border-radius:var(--button-radius);color:#fff;display:inline-flex;font-size:var(--episode-button-size);font-weight:var(--button-font-weight);gap:.8rem;justify-content:center;letter-spacing:var(--button-letter-spacing);line-height:1.2;min-height:var(--button-height-standard);padding:0 var(--button-padding-standard);text-decoration:none;transition:background-color var(--duration-short) ease,transform var(--duration-short) ease}.ls-product-card__play:hover{color:#fff;filter:brightness(.96);text-decoration:none}.ls-product-card__play svg{fill:currentColor;height:1.8rem;width:1.8rem}.ls-product-card__platforms{align-items:center;display:flex;gap:.8rem}.ls-product-card--large .ls-product-card__platforms{display:none}.ls-product-card--large .ls-product-card__media-wrap{margin:calc(var(--episode-card-padding) * -1);margin-bottom:0}.ls-product-card__platform{align-items:center;border:1px solid rgba(var(--color-foreground),.18);border-radius:999px;color:rgba(var(--color-foreground),.95);display:inline-flex;height:4rem;justify-content:center;text-decoration:none;transition:border-color var(--duration-short) ease,color var(--duration-short) ease;width:4rem}.ls-product-card__platform:hover{border-color:#b21734;color:#b21734}.ls-product-card__platform svg{fill:currentColor;height:2rem;width:2rem}.product-card-grid__empty{color:rgba(var(--color-foreground),.68);font-size:var(--episode-excerpt-size);margin:4rem 0 0;text-align:center}.product-card-grid__footer{display:flex;justify-content:center;margin-top:4.4rem}.product-card-grid__load-more{-webkit-appearance:none;appearance:none;background:#b21734;border:0;border-radius:var(--button-radius);color:#fff;cursor:pointer;font-size:var(--button-font-size-standard);font-weight:var(--button-font-weight);letter-spacing:var(--button-letter-spacing);line-height:1.2;min-height:var(--button-height-standard);min-width:13rem;padding:0 var(--button-padding-standard)}.product-card-grid__load-more[hidden],.product-card-grid__empty[hidden]{display:none}@media screen and (max-width:989px){.ls-product-card--large .ls-product-card__description{margin-top:1rem}.product-card-grid__tabs{grid-auto-columns:minmax(0,1fr);margin-top:2.2rem;width:100%}.product-card-grid__tab{min-height:3.2rem;overflow-wrap:anywhere;padding:.8rem 1rem;white-space:normal}.product-card-grid__items{margin-top:4rem}.product-card-grid__item,.product-card-grid__item--large{grid-column:span 12}.ls-product-card--large .ls-product-card__title{font-size:var(--episode-title-large-size);height:auto;line-height:1.16}.ls-product-card--regular .ls-product-card__title{height:auto}.ls-product-card__actions{padding-top:2rem}.ls-product-card__play{min-height:var(--button-height-standard);min-width:10.8rem}.ls-product-card__platform{height:4.6rem;width:4.6rem}.ls-product-card__platform svg{height:2.3rem;width:2.3rem}.product-card-grid__footer{margin-top:3.2rem}.product-card-grid__item:not(.product-card-grid__item--large) .ls-product-card__meta-primary .large-card{display:none}.product-card-grid__item--large .ls-product-card__meta-primary .large-card{display:none}}@media screen and (min-width:750px)and (max-width:989px){.product-card-grid__item,.product-card-grid__item--large{grid-column:span 6}}@media screen and (min-width:990px){.product-card-grid__item:not(.product-card-grid__item--large) .ls-product-card__meta-primary .large-card{display:none}.product-card-grid__item--large .ls-product-card__meta-primary .small-card{display:none}}@media screen and (min-width:990px){.product-card-grid__inner.page-width{margin:0 auto;max-width:1388px}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/section-product-card-grid.css.map */
