.editorial-product-story{display:block;width:100%;color:rgb(var(--color-foreground));background:var(--editorial-product-story-section-background, rgb(var(--color-background)))}.editorial-product-story__container{max-width:var(--editorial-product-story-max-width, 140rem);margin:0 auto;padding-right:var(--editorial-product-story-gutter-mobile, 1.5rem);padding-left:var(--editorial-product-story-gutter-mobile, 1.5rem)}.editorial-product-story__card{display:grid;grid-template-columns:minmax(0,1fr);overflow:hidden;background:var(--editorial-product-story-card-background, #f4f1ea);border:var(--editorial-product-story-card-border-width, 0) solid var(--editorial-product-story-card-border-color, transparent);border-radius:var(--editorial-product-story-card-radius, 1.6rem)}.editorial-product-story__card--image-right .editorial-product-story__media{order:2}.editorial-product-story__card--image-right .editorial-product-story__content{order:1}.editorial-product-story__media{position:relative;overflow:hidden;min-width:0;background:var(--editorial-product-story-media-background, #ffffff)}.editorial-product-story__media-image,.editorial-product-story__media>img{display:block;object-position:center center}.editorial-product-story__media--fit-cover .editorial-product-story__media-image,.editorial-product-story__media--fit-cover>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.editorial-product-story__media--fit-contain .editorial-product-story__media-image,.editorial-product-story__media--fit-contain>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center center}.editorial-product-story__media .placeholder-svg{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.editorial-product-story__media-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:2.4rem;box-sizing:border-box}.editorial-product-story__media-caption{margin:0;max-width:24rem;color:var(--editorial-product-story-media-caption-color, rgba(21, 23, 30, .55));font-family:var(--editorial-product-story-body-font, var(--font-body-family));font-size:var(--editorial-product-story-media-caption-size, 1.1rem);font-weight:var(--editorial-product-story-body-weight, 400);line-height:1.4;letter-spacing:var(--editorial-product-story-body-letter-spacing, 0);text-align:center;text-transform:uppercase}.editorial-product-story__content{display:flex;flex-direction:column;justify-content:flex-start;gap:var(--editorial-product-story-content-gap, 2rem);min-width:0;padding:var(--editorial-product-story-content-padding-mobile, 3.2rem);background:var(--editorial-product-story-content-background, #ffffff)}.editorial-product-story__heading{margin:0;color:var(--editorial-product-story-heading-color, inherit);font-family:var(--editorial-product-story-heading-font, var(--font-heading-family));font-size:var(--editorial-product-story-heading-size-mobile, 2.8rem);font-weight:var(--editorial-product-story-heading-weight, 700);line-height:var(--editorial-product-story-heading-line-height, 1.1);letter-spacing:var(--editorial-product-story-heading-letter-spacing, 0)}.editorial-product-story__body{color:var(--editorial-product-story-body-color, inherit);font-family:var(--editorial-product-story-body-font, var(--font-body-family));font-size:var(--editorial-product-story-body-size, 1.3rem);font-weight:var(--editorial-product-story-body-weight, 400);line-height:var(--editorial-product-story-body-line-height, 1.6);letter-spacing:var(--editorial-product-story-body-letter-spacing, 0)}.editorial-product-story__body p{margin:0 0 1.2rem}.editorial-product-story__body p:last-child{margin-bottom:0}.editorial-product-story__callout{margin:0;padding-left:1.6rem;color:var(--editorial-product-story-callout-color, inherit);font-family:var(--editorial-product-story-callout-font, var(--font-body-family));font-size:var(--editorial-product-story-callout-size, 1.3rem);font-weight:var(--editorial-product-story-callout-weight, 400);line-height:var(--editorial-product-story-callout-line-height, 1.5);letter-spacing:var(--editorial-product-story-callout-letter-spacing, 0);border-left:var(--editorial-product-story-callout-border-width, .2rem) solid var(--editorial-product-story-callout-border-color, #8b1a1a)}.editorial-product-story__cta{display:flex;width:100%}.editorial-product-story__button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:var(--editorial-product-story-button-min-height, 4.8rem);margin:0;padding:1rem 2.4rem;color:var(--editorial-product-story-button-text, #ffffff);font-family:var(--editorial-product-story-button-font, var(--font-body-family));font-size:var(--editorial-product-story-button-size, 1.2rem);font-weight:var(--editorial-product-story-button-weight, 600);line-height:1.2;letter-spacing:var(--editorial-product-story-button-letter-spacing, .12em);text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;background:var(--editorial-product-story-button-background, #15171e);border:var(--editorial-product-story-button-border-width, .1rem) solid var(--editorial-product-story-button-border, #15171e);border-radius:var(--editorial-product-story-button-radius, .4rem);box-sizing:border-box;-webkit-appearance:none;appearance:none;transition:opacity var(--duration-short, .2s) ease}.editorial-product-story__button:hover{opacity:.78}.editorial-product-story__button:focus-visible{outline:none;box-shadow:0 0 0 .2rem currentColor}.editorial-product-story__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem 0;margin:0;padding:0;list-style:none}.editorial-product-story__stat{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;padding-right:1.6rem}.editorial-product-story__stat:not(:last-child):after{content:"";position:absolute;top:.2rem;right:0;width:.1rem;height:calc(100% - .4rem);background:var(--editorial-product-story-stat-divider-color, rgba(21, 23, 30, .15))}@media screen and (max-width:749px){.editorial-product-story__stat:nth-child(2n):after{display:none}.editorial-product-story__media{aspect-ratio:var(--editorial-product-story-media-aspect-ratio, 4 / 5)}}.editorial-product-story__stat-value{color:var(--editorial-product-story-stat-value-color, #8b1a1a);font-family:var(--editorial-product-story-stat-value-font, var(--font-heading-family));font-size:var(--editorial-product-story-stat-value-size-mobile, 2.4rem);font-weight:var(--editorial-product-story-stat-value-weight, 700);line-height:1;letter-spacing:var(--editorial-product-story-stat-value-letter-spacing, 0)}.editorial-product-story__stat-label{color:var(--editorial-product-story-stat-label-color, inherit);font-family:var(--editorial-product-story-stat-label-font, var(--font-body-family));font-size:var(--editorial-product-story-stat-label-size, 1rem);font-weight:var(--editorial-product-story-stat-label-weight, 500);line-height:1.2;letter-spacing:var(--editorial-product-story-stat-label-letter-spacing, .08em);text-transform:uppercase}@media screen and (min-width:750px){.editorial-product-story__container{padding-right:var(--editorial-product-story-gutter-desktop, 4.8rem);padding-left:var(--editorial-product-story-gutter-desktop, 4.8rem)}.editorial-product-story__card{display:flex;flex-direction:row;align-items:flex-start}.editorial-product-story__card--image-right{flex-direction:row-reverse}.editorial-product-story__card--image-right .editorial-product-story__media,.editorial-product-story__card--image-right .editorial-product-story__content{order:0}.editorial-product-story__media,.editorial-product-story__content{flex:1 1 50%;min-width:0}.editorial-product-story__media{flex-shrink:0;height:var(--editorial-product-story-media-height-desktop, 75vh)}.editorial-product-story__content{justify-content:var(--editorial-product-story-content-align-desktop, center);min-height:var(--editorial-product-story-media-height-desktop, 75vh);padding:var(--editorial-product-story-content-padding-desktop, 4.8rem)}.editorial-product-story__heading{font-size:var(--editorial-product-story-heading-size, 3.6rem)}.editorial-product-story__stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.editorial-product-story__stat{align-items:center;padding-right:0;text-align:center}.editorial-product-story__stat:not(:last-child):after{top:.4rem;right:0;height:calc(100% - .8rem)}.editorial-product-story__stat-value{font-size:var(--editorial-product-story-stat-value-size, 3.2rem)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-editorial-product-story.css.map */
