.purchase-motion-showcase{position:relative;background:var(--pms-bg, #ffffff);color:var(--pms-text-color, #000000);overflow:hidden}.purchase-motion-showcase:before{content:"";position:absolute;inset:0 0 0 auto;z-index:0;width:45.833%;background:var(--pms-panel-bg, #ffffff);pointer-events:none}.purchase-motion-showcase .pms__inner{position:relative;z-index:1;display:grid;grid-template-columns:54.167% 45.833%;align-items:stretch;width:100%;max-width:none;margin:0;padding-inline:0}.purchase-motion-showcase .pms__media{position:relative;align-self:stretch;display:grid;overflow:hidden}.purchase-motion-showcase .pms__media-item{grid-area:1 / 1;opacity:0;visibility:hidden;transition:opacity .45s ease,visibility 0s linear .45s}.purchase-motion-showcase .pms__media-item.is-active{opacity:1;visibility:visible;transition:opacity .45s ease,visibility 0s}.purchase-motion-showcase .pms__media-img{display:block;width:100%;height:auto}.purchase-motion-showcase .pms__media-img--mobile{display:none}.purchase-motion-showcase .pms__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left;justify-content:flex-start;width:100%;box-sizing:border-box;padding:clamp(70px,7.46vw,108px) clamp(32px,6.1vw,88px) clamp(64px,6vw,86px) clamp(36px,4.58vw,66px);background:var(--pms-panel-bg, #ffffff)}.purchase-motion-showcase .pms__content-items,.purchase-motion-showcase .pms__swatches{width:min(100%,var(--pms-content-width, 510px))}.purchase-motion-showcase .pms__content-items{display:grid}.purchase-motion-showcase .pms__content-item{grid-area:1 / 1;display:flex;flex-direction:column;width:100%;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility 0s linear .35s}.purchase-motion-showcase .pms__content-item.is-active{opacity:1;visibility:visible;transition:opacity .35s ease,visibility 0s}.purchase-motion-showcase .pms__copy,.purchase-motion-showcase .pms__details{width:100%}.purchase-motion-showcase .pms__details{margin-top:clamp(150px,14.5vw,209px)}.purchase-motion-showcase .pms__eyebrow{margin:0 0 12px;font-size:var(--pms-eyebrow-size, 26px);font-weight:500;line-height:1.13;background:linear-gradient(90deg,var(--pms-eyebrow-from, #52e8f5) 0%,var(--pms-eyebrow-to, #ffb909) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.purchase-motion-showcase .pms__heading{margin:0;max-width:100%;font-size:var(--pms-heading-size, 56px);font-weight:500;line-height:1.13;color:var(--pms-text-color, #000000)}.purchase-motion-showcase .pms__heading>*{margin:0}.purchase-motion-showcase .pms__divider{display:block;width:100%;height:1px;margin-bottom:43px;background:currentColor;opacity:.2}.purchase-motion-showcase .pms__description{margin:0;font-size:var(--pms-description-size, 22px);font-weight:500;line-height:1.13;color:var(--pms-text-color, #000000)}.purchase-motion-showcase .pms__description>*{margin:0}.purchase-motion-showcase .pms__swatches{display:flex;align-items:center;gap:18px;margin-top:43px;flex-wrap:wrap}.purchase-motion-showcase .pms__swatch{display:inline-flex;align-items:center;gap:0;min-width:54px;height:54px;padding:9px;border:0;border-radius:999px;background:#d9d9d966;cursor:pointer;-webkit-appearance:none;appearance:none;transition:background .3s ease,padding .3s ease}.purchase-motion-showcase .pms__swatch-dot{flex:0 0 auto;width:36px;height:36px;border-radius:50%;background:var(--pms-swatch-bg, linear-gradient(138deg, #52e8f5 11%, #ffb909 94%))}.purchase-motion-showcase .pms__swatch-name{max-width:0;overflow:hidden;white-space:nowrap;opacity:0;font-size:var(--pms-swatch-text-size, 24px);font-weight:400;line-height:1.13;color:var(--pms-text-color, #000000);transition:max-width .35s ease,opacity .3s ease,padding .3s ease}.purchase-motion-showcase .pms__swatch.is-active{min-width:211px;padding-right:24px}.purchase-motion-showcase .pms__swatch.is-active .pms__swatch-name{max-width:220px;opacity:1;padding-left:16px}.purchase-motion-showcase .pms__swatch:focus-visible{outline:2px solid var(--pms-text-color, #000000);outline-offset:2px}@media screen and (max-width:749px){.purchase-motion-showcase:before{display:none}.purchase-motion-showcase{background:linear-gradient(180deg,var(--pms-bg, #ffffff) 0%,#999999 100%)}.purchase-motion-showcase .pms__inner{display:flex;flex-direction:column;min-height:0;gap:0}.purchase-motion-showcase .pms__content{order:1;text-align:left;width:100%;min-height:0;padding:32px 20px 30px;background:transparent}.purchase-motion-showcase .pms__media{order:2;width:100%;min-height:0;aspect-ratio:75 / 87}.purchase-motion-showcase .pms__media-item{top:0;right:0;bottom:0;left:0}.purchase-motion-showcase .pms__media-img{height:100%;object-fit:cover}.purchase-motion-showcase .pms__media-item.has-mobile .pms__media-img--desktop{display:none}.purchase-motion-showcase .pms__media-item.has-mobile .pms__media-img--mobile{display:block}.purchase-motion-showcase .pms__details{margin-top:13px}.purchase-motion-showcase .pms__divider{display:none}.purchase-motion-showcase .pms__swatches{margin-top:24px}.purchase-motion-showcase .pms__swatch{min-width:34px;height:34px;padding:7px}.purchase-motion-showcase .pms__swatch-dot{width:20px;height:20px}.purchase-motion-showcase .pms__swatch.is-active{min-width:120px;padding-right:14px}.purchase-motion-showcase .pms__swatch.is-active .pms__swatch-name{padding-left:12px}.purchase-motion-showcase .pms__eyebrow{font-size:var(--pms-eyebrow-size-mobile, 18px)}.purchase-motion-showcase .pms__heading{font-size:var(--pms-heading-size-mobile, 34px)}.purchase-motion-showcase .pms__description{font-size:var(--pms-description-size-mobile, 14px)}.purchase-motion-showcase .pms__swatch-name{font-size:var(--pms-swatch-text-size-mobile, 14px)}}
/*# sourceMappingURL=/cdn/shop/t/115/assets/section-purchase-motion-showcase.css.map */
