.ppc{align-items:stretch;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1180px;padding:0 16px}.ppc__card{background:#fff;border:1px solid #3c3c3b;border-radius:32px;display:flex;flex-direction:column;height:100%;padding:28px 24px 24px;text-align:center}.ppc__media{align-items:center;aspect-ratio:4/3;display:flex;justify-content:center;margin-bottom:18px;position:relative}.ppc__media img{height:auto;max-height:100%;max-width:100%;object-fit:contain;transition:opacity .35s ease;width:auto}.ppc__img--hover{bottom:0;left:0;margin:auto;opacity:0;position:absolute;right:0;top:0}.ppc__card:hover .ppc__media--swap .ppc__img:not(.ppc__img--hover){opacity:0}.ppc__card:hover .ppc__img--hover{opacity:1}@media (prefers-reduced-motion:reduce){.ppc__media img{transition:none}}.ppc__name{color:#121212;font-size:1.5rem;margin:0 0 10px}.ppc__logo{display:inline-block;line-height:0}.ppc__logo svg{display:block;height:1.25rem;width:auto}.ppc__price{color:#231f20;font-size:16px;font-weight:700;margin:0 0 16px}.ppc__badge{background:#ec3397;border-radius:99px;color:#fff;display:inline-block;font-size:13px;font-weight:700;padding:3px 12px}.ppc__specs{color:#6b6b6b;font-size:15px;line-height:1.8;list-style:none;margin:0 0 24px;padding:0}.ppc__cta{margin-top:auto}.ppc__btn{align-items:center;background:#121212;border:1px solid #121212;border-radius:20px;box-sizing:border-box;color:#fff;display:inline-flex;font-size:16px;font-weight:600;gap:.4rem;justify-content:center;line-height:1.3;padding:10px 16px;text-decoration:none;transition:background-color .2s ease,color .2s ease;width:100%}.ppc__btn:focus,.ppc__btn:hover{background:#fff;color:#121212;text-decoration:none}.ppc__btn-icon{fill:currentColor;flex:0 0 auto;height:17px;width:17px}.ppc__card--soon{border-color:#d6d6d6}.ppc__card--soon .ppc__media img{opacity:.75}@media (max-width:767px){.ppc{gap:20px}.ppc__card{padding:24px 20px 20px}.ppc__media{aspect-ratio:auto;max-height:260px}}