.value-props{padding:40px 0}.value-props__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.value-prop{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;background:rgba(var(--color-foreground),.03);border-radius:1rem;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;color:inherit;cursor:pointer}.value-prop:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014;text-decoration:none}.value-prop__icon{display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;color:rgba(var(--color-foreground),.8);transition:transform .3s ease}.value-prop__icon svg{width:48px;height:48px}.value-prop:hover .value-prop__icon{animation:wiggle .5s ease-in-out;color:rgb(var(--color-foreground))}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-8deg)}75%{transform:rotate(8deg)}}.value-prop__content{flex:1}.value-prop__title{font-size:1.6rem;font-weight:600;margin:0 0 .6rem;line-height:1.3;white-space:nowrap}.value-prop__text{font-size:1.4rem;margin:0;color:rgba(var(--color-foreground),.7);line-height:1.5;white-space:nowrap}@media screen and (max-width: 989px){.value-props__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.value-prop__title,.value-prop__text{white-space:normal}}@media screen and (max-width: 749px){.value-props__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.value-prop{padding:1.25rem .75rem}.value-prop__icon svg{width:36px;height:36px}.value-prop__icon{margin-bottom:.75rem}.value-prop__title{font-size:1.3rem}.value-prop__text{font-size:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-value-props.css.map */
