.stack-cards-section__header{margin-bottom:2.4rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem}@media(min-width:1200px){.stack-cards-section__header{flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:3.2rem}}.stack-cards-section__header-content{display:flex;flex-direction:column;gap:1rem;flex:1}.stack-cards-section__header-button{display:flex;align-items:flex-start;flex-shrink:0;letter-spacing:0;line-height:1.2}@media(max-width:749px){.stack-cards-section__header-button{justify-content:center}}.stack-cards-section__header--mobile-left .stack-cards-section__header-content{text-align:left}.stack-cards-section__header--mobile-center .stack-cards-section__header-content{text-align:center}.stack-cards-section__header--mobile-right .stack-cards-section__header-content{text-align:right}@media(min-width:990px){.stack-cards-section__header--desktop-left .stack-cards-section__header-content{text-align:left}.stack-cards-section__header--desktop-center .stack-cards-section__header-content{text-align:center}.stack-cards-section__header--desktop-right .stack-cards-section__header-content{text-align:right}}.stack-cards-section__title{font-size:2.4rem;font-weight:700;margin:0;color:rgba(var(--color-foreground),1);letter-spacing:0;line-height:1.2}@media(min-width:750px){.stack-cards-section__title{font-size:3.2rem}}.stack-cards-section__subtitle{font-size:1.4rem;color:rgba(var(--color-foreground-secondary),1);letter-spacing:0;line-height:1.2}@media(min-width:750px){.stack-cards-section__subtitle{font-size:1.6rem}}.stack-cards-section__button{display:flex;gap:1.6rem;min-height:4rem;letter-spacing:0;line-height:1.2;font-size:1.4rem}@media(min-width:1200px){.stack-cards-section__button{min-height:5rem;font-size:1.6rem;padding:0 2.6rem}}.stack-cards-section__button-mobile{margin-top:2.4rem}@media(min-width:990px){.stack-cards-section__button-mobile{margin-top:0}}.stack-cards-section__button-mobile .button{width:fit-content;min-height:4rem;margin:0 auto}@media(min-width:750px){.stack-cards-section__button-mobile .button{min-height:5rem}}.stack-cards-section__button-mobile.stack-cards-section__header--mobile-left{text-align:left}.stack-cards-section__button-mobile.stack-cards-section__header--mobile-left .button{margin:0}.stack-cards-section__button-mobile.stack-cards-section__header--mobile-center{text-align:center}.stack-cards-section__button-mobile.stack-cards-section__header--mobile-center .button{margin:0 auto}.stack-cards-section__button-mobile.stack-cards-section__header--mobile-right{text-align:right}.stack-cards-section__button-mobile.stack-cards-section__header--mobile-right .button{margin:0 0 0 auto}@media(min-width:990px){.stack-cards-section__button-mobile.stack-cards-section__header--desktop-left{text-align:left}.stack-cards-section__button-mobile.stack-cards-section__header--desktop-left .button{margin:0}.stack-cards-section__button-mobile.stack-cards-section__header--desktop-center{text-align:center}.stack-cards-section__button-mobile.stack-cards-section__header--desktop-center .button{margin:0 auto}.stack-cards-section__button-mobile.stack-cards-section__header--desktop-right{text-align:right}.stack-cards-section__button-mobile.stack-cards-section__header--desktop-right .button{margin:0 0 0 auto}}.stack-cards-grid{display:grid;gap:1.6rem;grid-template-columns:1fr}@media screen and (min-width:550px){.stack-cards-grid{grid-template-columns:repeat(calc(var(--stack-cards-columns, 3) - 1),1fr)}}@media screen and (min-width:1200px){.stack-cards-grid{grid-template-columns:repeat(var(--stack-cards-columns, 3),1fr)}}.stack-card{display:flex;flex-direction:column;padding:1.4rem 1.6rem;border-radius:var(--card-border-radius, var(--border-radius));background:rgb(var(--color-background));border:var(--card-border-width, 1px) solid rgba(var(--color-border),1);height:100%;transition:all .3s ease;position:relative;overflow:hidden;height:19.5rem;background-size:auto 100%;background-position:right center;background-repeat:no-repeat}@media screen and (min-width:750px){.stack-card{height:28.5rem;padding:1.8rem 1.65rem}}.stack-card__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;border-radius:inherit}.stack-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(var(--color-shadow),var(--card-overlay-opacity, 0));z-index:1;border-radius:inherit;pointer-events:none}.stack-card--has-video:before{z-index:2}.stack-card__content{display:flex;flex-direction:column;justify-content:space-between;height:100%;position:relative;z-index:3;max-width:16.7rem}@media screen and (min-width:750px){.stack-card__content{max-width:22.6rem}}@media screen and (min-width:990px){.stack-card__content{justify-content:flex-start}}.stack-card__title{margin:0;font-size:2.4rem;line-height:1.2;letter-spacing:0;color:rgb(var(--color-foreground));max-width:92%}@media screen and (min-width:750px){.stack-card__title{font-size:2.8rem;max-width:78.5%}}@media screen and (min-width:1100px){.stack-card__title{margin-bottom:1.6rem;font-size:3.2rem;max-width:88.5%}}.stack-card__subtitle{margin:0;color:rgba(var(--color-foreground-secondary),1);line-height:1.2;font-size:1.2rem;letter-spacing:0}@media screen and (min-width:750px){.stack-card__subtitle{font-size:1.4rem}}.stack-card__button{align-self:flex-start;font-size:1.4rem;min-height:4rem;padding:1rem 2.4rem;display:inline-flex;align-items:center;gap:.8rem}@media screen and (max-width:749px){.stack-card__button{width:100%;text-align:center;justify-content:center}}@media screen and (min-width:750px){.stack-card__button{min-height:5rem}}@media screen and (min-width:990px){.stack-card__button{margin-top:auto}}.stack-card__button .svg-wrapper{display:inline-flex;align-items:center;transition:transform .2s ease}.stack-card__button .icon-wrap{display:inline-flex;align-items:center}.stack-card__button .icon-wrap svg{width:2rem;height:2rem;fill:currentColor}.stack-card__button:hover .svg-wrapper{transform:translate(.2rem)}@media(prefers-reduced-motion:reduce){.stack-card__button .svg-wrapper{transition:none}.stack-card__button:hover .svg-wrapper{transform:none}}.stack-card__button.button--transparent{background-color:transparent!important;border:.1rem solid currentColor;color:rgb(var(--color-foreground))}.stack-card__button.button--transparent:hover{background-color:rgba(var(--color-foreground),.1)!important;border-color:rgb(var(--color-foreground))}.stack-card__button.button--full-width{width:100%;text-align:center;justify-content:center}@media screen and (min-width:750px){.stack-card__button.button--full-width{width:100%;text-align:center;justify-content:center}}@media(prefers-reduced-motion:no-preference){.stack-card{transition:all .3s cubic-bezier(.25,.46,.45,.94)}}.stack-card__button:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}@media(prefers-contrast:high){.stack-card{border-width:calc(var(--card-border-width, 1px) * 2);border-color:rgb(var(--color-foreground))}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-stack-cards.css.map */
