@keyframes backdropIn{0%{opacity:0}to{opacity:1}}@keyframes backdropOut{0%{opacity:1}to{opacity:0}}@keyframes modalInDesktop{0%{opacity:0;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes modalOutDesktop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20%)}}@keyframes genericUpIn{0%{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0)}}@keyframes genericDownOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50%)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.card-product-feature{align-items:center;box-shadow:0 .1rem 0 var(--color-grey-dew);color:var(--color-grey-thunder);display:flex;justify-content:space-between;min-height:7.4rem;padding:1rem 2rem}.card-product-feature dt{font-size:1.4rem;font-weight:var(--font-weight-black)}.card-product-feature dt sup{font-weight:inherit}.card-product-feature dd{font-size:1rem}.card-product-feature dd.strike{text-decoration:line-through}.card-product-feature a{align-items:center;color:var(--color-grey-thunder);display:flex;font-size:1rem}.card-product-feature a .icon{fill:var(--color-grey-hazy);height:1.2rem;margin-right:.4rem;width:1.2rem}.card-product-feature .icon{fill:var(--theme-accent-primary)}
