.grid-products{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:#fff;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.06);transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px -24px #0e11142e}.product-card .pic{aspect-ratio:4/5;background:var(--paper);position:relative;overflow:hidden}.product-card .pic img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.product-card .badge{position:absolute;top:14px;left:14px;background:var(--graphite);color:var(--offwhite);font-family:var(--display);font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;padding:6px 10px}.product-card .body{padding:28px 28px 32px;display:flex;flex-direction:column;gap:14px;flex:1}.product-card .name{font-family:var(--display);font-weight:600;font-size:24px;text-transform:uppercase;letter-spacing:-.005em}.product-card .tagline{font-size:14px;color:var(--charcoal)}.product-card .star-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:-4px 0 0}.product-card .star-row .stars{color:var(--graphite);letter-spacing:2px;font-size:15px}.product-card .star-row .reviews{font-family:var(--display);font-weight:600;font-size:13px;color:var(--charcoal)}.product-card .star-row .success{font-family:var(--display);font-weight:600;font-size:10px;letter-spacing:.12em;text-transform:uppercase;background:#012a9614;color:var(--blue);padding:4px 8px;border-radius:999px}.product-card .feats{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#3a3f47;margin:4px 0 18px}.product-card .feats span:before{content:"+ ";color:var(--blue);font-weight:600}.product-card .price-row{display:flex;justify-content:space-between;align-items:end;margin-top:auto;padding-top:8px;border-top:1px solid rgba(0,0,0,.06)}.product-card .price{font-family:var(--display);font-weight:600;font-size:18px}.product-card .price small{font-weight:400;color:var(--grey);font-size:12px}.product-card .strike{text-decoration:line-through;color:var(--grey);font-size:14px;margin-right:6px}.product-card .shop{display:inline-flex;align-items:center;gap:6px;font-family:var(--display);font-weight:600;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--blue)}.product-card .shop:after{content:"\2192"}@media(max-width:880px){.grid-products{grid-template-columns:1fr;gap:16px}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/section-shop-protocols.css.map */
