.gd-flexible-cards{width:100%}.gd-flexible-cards__header{text-align:center;margin-bottom:3rem}.gd-flexible-cards__title{margin:0}.gd-flexible-cards__grid{display:flex;flex-wrap:wrap;gap:var(--grid-mobile-horizontal-spacing, 1rem);list-style:none;padding:0;margin:0}@media screen and (min-width: 990px){.gd-flexible-cards__grid{flex-wrap:nowrap;gap:var(--grid-desktop-horizontal-spacing, 2rem)}.gd-flexible-card{flex:1 1 0%;min-width:0;transition:flex var(--duration-long, .5s) ease-out}.gd-flexible-cards--hover-enlarge .gd-flexible-card{flex:1 1 0%;transition:flex var(--duration-long, .5s) ease-out}.gd-flexible-cards--hover-enlarge .gd-flexible-cards__grid:hover .gd-flexible-card{flex:1 1 0%}.gd-flexible-cards--hover-enlarge .gd-flexible-cards__grid:hover .gd-flexible-card:hover{flex:1.4 1 0%}}@media screen and (min-width: 750px) and (max-width: 989px){.gd-flexible-card{flex:0 0 calc(50% - var(--grid-desktop-horizontal-spacing, 2rem) / 2);max-width:calc(50% - var(--grid-desktop-horizontal-spacing, 2rem) / 2)}}@media screen and (max-width: 749px){.gd-flexible-cards--mobile-stack .gd-flexible-card{flex:0 0 100%;max-width:100%}.gd-flexible-cards--mobile-grid .gd-flexible-card{flex:0 0 calc(50% - var(--grid-mobile-horizontal-spacing, 1rem) / 2);max-width:calc(50% - var(--grid-mobile-horizontal-spacing, 1rem) / 2)}}.gd-flexible-card{position:relative;display:flex;flex-direction:column;background-color:rgb(var(--color-background));overflow:hidden;box-shadow:var(--media-shadow-horizontal-offset, 0) var(--media-shadow-vertical-offset, 0) var(--media-shadow-blur-radius, 0) rgba(var(--color-shadow, 0, 0, 0),var(--media-shadow-opacity, 0))}.gd-flexible-cards--image-background .gd-flexible-card{border-radius:var(--gd-card-radius, 0)}.gd-flexible-cards--image-above .gd-flexible-card{border-radius:0}.gd-flexible-cards--image-above .gd-flexible-card__media{border-radius:var(--gd-card-radius, 0)}.gd-flexible-cards--image-background .gd-flexible-card{min-height:300px;justify-content:flex-end}@media screen and (max-width: 749px){.gd-flexible-cards--mobile-grid.gd-flexible-cards--image-background .gd-flexible-card{justify-content:space-between}.gd-flexible-cards--mobile-grid.gd-flexible-cards--image-background .gd-flexible-card__content{flex:1;justify-content:space-between}.gd-flexible-cards--mobile-grid .gd-flexible-card__button{margin-top:auto}}@media screen and (min-width: 990px){.gd-flexible-cards--image-background .gd-flexible-card{min-height:450px}}.gd-flexible-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden}.gd-flexible-card__media .gd-flexible-card__image{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform var(--duration-long, .5s) ease-out}.gd-flexible-card:hover .gd-flexible-card__media .gd-flexible-card__image{transform:scale(1.08)}.gd-flexible-card__media--placeholder{background-color:rgba(var(--color-foreground),.04);display:flex;align-items:center;justify-content:center}.gd-flexible-card__media--placeholder .placeholder-svg{width:50%;height:auto;fill:rgba(var(--color-foreground),.2)}.gd-flexible-card__background-image{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.gd-flexible-card__background-image .gd-flexible-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-long, .5s) ease-out}.gd-flexible-card:hover .gd-flexible-card__background-image .gd-flexible-card__image{transform:scale(1.05)}.gd-flexible-card__background-image--placeholder{background-color:rgba(var(--color-foreground),.1);display:flex;align-items:center;justify-content:center}.gd-flexible-card__background-image--placeholder .placeholder-svg{width:30%;height:auto;fill:rgba(var(--color-foreground),.3);position:relative;z-index:1}.gd-flexible-card__background-image:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(var(--color-foreground),var(--overlay-opacity, .4));z-index:1;pointer-events:none}.gd-flexible-card__content{position:relative;z-index:2;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}@media screen and (min-width: 750px){.gd-flexible-card__content{padding:2rem;gap:1rem}}.gd-flexible-cards--image-background .gd-flexible-card__content{color:rgb(var(--color-background));text-shadow:0 1px 3px rgba(0,0,0,.3)}.gd-flexible-cards--image-background .gd-flexible-card__heading,.gd-flexible-cards--image-background .gd-flexible-card__subheading,.gd-flexible-cards--image-background .gd-flexible-card__paragraph{color:inherit}.gd-flexible-card__heading{font-size:1.8rem;line-height:1.2;margin:0;font-weight:var(--font-heading-weight, 700)}@media screen and (max-width: 749px){.gd-flexible-card__heading.h1{font-size:calc(var(--font-heading-scale) * 2.2rem)}}@media screen and (min-width: 750px){.gd-flexible-card__heading{font-size:2rem}}@media screen and (min-width: 990px){.gd-flexible-card__heading,.gd-flexible-card__subheading{transition:transform var(--duration-long, .5s) ease-out .1s}}.gd-flexible-card__subheading{font-size:1.2rem;line-height:1.3;margin:0;opacity:.9;font-weight:var(--font-body-weight, 400);text-transform:uppercase;letter-spacing:.1em}.gd-flexible-card__paragraph{font-size:1.4rem;line-height:1.6;margin:0}@media screen and (min-width: 990px){.gd-flexible-card__heading,.gd-flexible-card__subheading,.gd-flexible-card__paragraph{max-width:350px}}.gd-flexible-card__paragraph p{margin:0}.gd-flexible-card__paragraph p+p{margin-top:1em}.gd-flexible-card__button{align-self:flex-start;margin-top:.5rem;padding:1.2rem 2.4rem;font-size:1.4rem}@media screen and (max-width: 749px){.gd-flexible-card__button{--buttons-radius-outset: 12px;padding:.8rem 1.6rem;font-size:1.15rem}}.gd-flexible-cards--image-background .gd-flexible-card__button{--alpha-button-background: 1;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:background-color var(--duration-default, .3s) ease,color var(--duration-default, .3s) ease}.gd-flexible-cards--image-background .gd-flexible-card__button:hover,.gd-flexible-cards--image-background.gd-flexible-cards--card-clickable .gd-flexible-card:hover .gd-flexible-card__button{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}.gd-flexible-card__link{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;cursor:pointer}.gd-flexible-card__link:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.3rem}.gd-flexible-cards--image-background .gd-flexible-card__button{position:relative;z-index:4}.gd-flexible-card__button br{content:"";display:block}@media screen and (min-width: 990px){.gd-flexible-cards--hide-paragraph-desktop .gd-flexible-card__paragraph{opacity:0;max-height:0;overflow:hidden;margin:0;transform:translateY(10px);transition:opacity var(--duration-long, .5s) ease-out,max-height var(--duration-long, .5s) ease-out,margin var(--duration-long, .5s) ease-out,transform var(--duration-long, .5s) ease-out}.gd-flexible-cards--hide-paragraph-desktop .gd-flexible-card:hover .gd-flexible-card__paragraph{opacity:1;max-height:200px;margin-top:.5rem;transform:translateY(0)}}@media screen and (max-width: 989px){.gd-flexible-cards--hide-paragraph-mobile .gd-flexible-card__paragraph{display:none}}.gd-flexible-card:focus-within{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.gd-flexible-card__button:focus-visible{outline:0;box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.5)}.gd-flexible-card.scroll-trigger.animate--slide-in{animation:var(--animation-slide-in)}@media print{.gd-flexible-cards__grid{display:block}.gd-flexible-card{page-break-inside:avoid;margin-bottom:1rem}.gd-flexible-card__paragraph{display:block!important;opacity:1!important;max-height:none!important}}
/*# sourceMappingURL=/cdn/shop/t/523/assets/section-gd-flexible-cards.css.map */
