.expandable-image-cards{--expandable-cards-background: #fbf9f6;--expandable-cards-heading: #13294b;--expandable-cards-accent: #e65c00;--expandable-cards-pill-background: #e8e4de;--expandable-cards-pill-text: #13294b;display:block;background:var(--expandable-cards-background)}.expandable-image-cards__inner{max-width:1560px;margin:0 auto;padding:60px}.expandable-image-cards__header{margin:0 auto 30px;text-align:center}.expandable-image-cards__eyebrow,.expandable-image-cards__heading,.expandable-image-cards__intro,.expandable-image-cards__intro p,.expandable-image-cards__card-title,.expandable-image-cards__card-description,.expandable-image-cards__card-description p{margin:0}.expandable-image-cards__eyebrow{margin-bottom:14px;color:var(--expandable-cards-accent);font-family:Roboto,sans-serif;font-size:12px;font-weight:600;line-height:1.25;letter-spacing:3px;text-transform:uppercase}.expandable-image-cards__heading{color:var(--expandable-cards-heading);font-family:Roboto,sans-serif;font-size:clamp(32px,3.1vw,48px);font-weight:700;line-height:1.12;letter-spacing:-.02em}.expandable-image-cards__intro{max-width:900px;margin:14px auto 0;color:var(--expandable-cards-heading);font-family:Roboto,sans-serif;font-size:16px;line-height:1.5}.expandable-image-cards__intro>*+*,.expandable-image-cards__card-description>*+*{margin-top:12px}.expandable-image-cards__list{display:flex;gap:16px;min-height:0}.expandable-image-cards__card{position:relative;display:flex;flex:1 1 0;min-width:0;height:400px;overflow:hidden;border-radius:10px;cursor:pointer;isolation:isolate;outline:none;transition:flex-grow .5s cubic-bezier(.22,1,.36,1)}.expandable-image-cards__card.is-active{flex-grow:2.25}.expandable-image-cards__card:focus-visible{box-shadow:0 0 0 3px var(--expandable-cards-background),0 0 0 6px var(--expandable-cards-heading)}.expandable-image-cards__media,.expandable-image-cards__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.expandable-image-cards__image,.expandable-image-cards__placeholder{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.expandable-image-cards__placeholder{color:#13294b33;background:#e9e5df}.expandable-image-cards__overlay{z-index:1;background:linear-gradient(180deg,transparent 42%,rgba(0,0,0,.12) 58%,rgba(0,0,0,.68) 100%)}.expandable-image-cards__content{position:relative;z-index:2;display:flex;flex:1;flex-direction:column;align-items:flex-start;justify-content:flex-end;min-width:0;padding:28px 20px 60px}.expandable-image-cards__details{position:absolute;right:20px;bottom:98px;left:20px;width:auto;max-width:390px;margin:0 auto;color:#fff;font-family:RobotoFlex,Roboto Flex,Roboto,sans-serif;opacity:0;transform:translateY(12px);visibility:hidden;transition:opacity .18s ease,transform .3s ease,visibility 0s linear .18s}.expandable-image-cards__card.is-active .expandable-image-cards__details{opacity:1;transform:translateY(0);visibility:visible;transition-delay:.18s}.expandable-image-cards__card-title{color:#fff;font-size:34px;font-style:normal;font-weight:600;line-height:1.15;letter-spacing:0;text-shadow:0 1px 3px rgba(0,0,0,.45)}.expandable-image-cards__card-description{margin-top:6px;color:#fff;font-size:28px;font-style:normal;font-weight:400;line-height:1.25;text-shadow:0 1px 3px rgba(0,0,0,.55)}.expandable-image-cards__card-description p{color:#fff}.expandable-image-cards__label{display:inline-flex;flex:0 0 auto;align-items:center;align-self:flex-start;justify-content:center;gap:8px;max-width:100%;min-height:48px;padding:10px 20px;overflow:hidden;border-radius:999px;color:var(--expandable-cards-pill-text);background:var(--expandable-cards-pill-background);font-family:Roboto,sans-serif;font-size:12px;font-weight:500;line-height:1.2;white-space:nowrap}.expandable-image-cards__label-icon{flex:0 0 24px;width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.25}@media screen and (max-width:989px){.expandable-image-cards__inner{padding-right:40px;padding-left:40px}.expandable-image-cards__card{height:360px}.expandable-image-cards__content{padding-right:16px;padding-left:16px}.expandable-image-cards__card-title{font-size:30px}.expandable-image-cards__card-description{font-size:22px}}@media screen and (min-width:990px){.expandable-image-cards__card.is-active .expandable-image-cards__content{display:grid;grid-template-columns:max-content minmax(0,1fr);grid-template-rows:auto;align-items:end;gap:24px;padding-bottom:60px}.expandable-image-cards__card.is-active .expandable-image-cards__details{position:static;grid-column:2;grid-row:1;width:100%;max-width:none;margin:0}.expandable-image-cards__card.is-active .expandable-image-cards__label{grid-column:1;grid-row:1;align-self:end}}@media screen and (max-width:749px){.expandable-image-cards__inner{padding:48px 14px 68px}.expandable-image-cards__header{margin-bottom:30px}.expandable-image-cards__heading{font-size:clamp(38px,11.8vw,44px);line-height:1.16}.expandable-image-cards__intro{margin-top:18px;font-size:18px;line-height:1.35}.expandable-image-cards__list{gap:12px;margin-right:-14px;padding-right:14px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.expandable-image-cards__list::-webkit-scrollbar{display:none}.expandable-image-cards__card,.expandable-image-cards__card.is-active{flex:0 0 calc(100vw - 68px);width:calc(100vw - 68px);height:318px;border-radius:8px;background:#fff;cursor:grab;scroll-snap-align:start;scroll-snap-stop:always;transition:none}.expandable-image-cards__card:active{cursor:grabbing}.expandable-image-cards__media{right:0;border-radius:inherit;transition:right .4s cubic-bezier(.22,1,.36,1)}.expandable-image-cards__card.is-active .expandable-image-cards__media{right:44%;border-radius:8px 0 0 8px}.expandable-image-cards__overlay{display:none}.expandable-image-cards__content{position:absolute;top:0;right:0;bottom:0;left:0;display:block;padding:0;pointer-events:none}.expandable-image-cards__details{top:89px;right:10px;bottom:auto;left:calc(56% + 12px);max-width:none;color:var(--expandable-cards-heading);transform:translate(8px)}.expandable-image-cards__card.is-active .expandable-image-cards__details{transform:translate(0)}.expandable-image-cards__card-title{color:var(--expandable-cards-heading);font-size:18px;line-height:1.2;text-shadow:none}.expandable-image-cards__card-description{margin-top:10px;color:var(--expandable-cards-heading);font-size:15px;line-height:1.12;text-shadow:none}.expandable-image-cards__card-description p{color:var(--expandable-cards-heading)}.expandable-image-cards__label{position:absolute;bottom:36px;left:26px;min-height:34px;padding:7px 13px;gap:6px;font-size:9px}.expandable-image-cards__label-icon{flex-basis:18px;width:18px;height:18px}}@media(prefers-reduced-motion:reduce){.expandable-image-cards__card,.expandable-image-cards__details{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/81/assets/section-expandable-image-cards.css.map */
