@keyframes pulse{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(7,134,73,.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(7,134,73,0)}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(7,134,73,0)}}@keyframes fadeIn{from{opacity:0;transform:translate(0, -15%)}to{opacity:1;transform:translate(0, 0%)}}@keyframes float{0%{transform:translateY(0px)}50%{transform:translateY(-14px)}100%{transform:translateY(0px)}}@-webkit-keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}@keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}.product-highlights{--ph-accent: #b61b36;--ph-text: #6b6b6b;--ph-gap: 1rem;--ph-icon: 22px;width:100%;padding:0 0 2rem}.product-highlights__list{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));align-items:flex-start;gap:var(--ph-gap)}@media screen and (max-width: 990px){.product-highlights__list{--ph-gap: 10px}}.product-highlights__item{display:inline-flex;align-items:flex-start;gap:18px;min-width:0}@media screen and (max-width: 990px){.product-highlights__item{gap:5px}}.product-highlights__icon{width:var(--ph-icon);height:var(--ph-icon);flex:0 0 auto;color:var(--ph-accent);display:grid;place-items:center}.product-highlights__icon img{border-radius:0}.product-highlights__text{margin:0;color:var(--ph-text);line-height:1.05;font-weight:400;font-size:13px}@media screen and (max-width: 576px){.product-highlights__text{font-size:11px}}.product-highlights__line{display:block;font-size:inherit}