.steps__item{display:grid;gap:2.4rem;grid-template-columns:1fr;margin-top:0;padding-bottom:4.8rem}@media screen and (min-width:750px){.steps__item{padding-bottom:6.4rem}}@media screen and (min-width:990px){.steps__item{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1360px){.steps__item{padding-bottom:8.8rem}}.steps__date{margin-bottom:0;margin-top:0;top:2.4rem}@media screen and (min-width:990px){.steps__date--sticky{height:min-content;position:sticky}}.steps__description{width:min(100%,52rem)}.steps__description p{margin-bottom:1.6rem;margin-top:0}.steps__description p:last-child{margin-bottom:0}.steps__image{height:100%;inset:0;object-fit:cover;position:absolute;transform:scale(1);transition:transform var(--duration-default) ease;width:100%}.steps__image-wrapper{border-radius:var(--border-radius-media);overflow:hidden;position:relative;width:13.4rem}.steps__image-wrapper--landscape{aspect-ratio:10/7}.steps__image-wrapper--portrait{aspect-ratio:10/13}.steps__image-wrapper--square{aspect-ratio:1/1}@media screen and (min-width:750px){.steps__image-wrapper:hover .steps__image{transform:scale(1.1)}}@media screen and (min-width:990px){.steps__image-wrapper{margin-left:auto}}.shopify-section-header-sticky:not(.shopify-section-header-hidden)~main .steps .steps__date{top:calc(var(--header-height) + 2.4rem)}