.product-card-container{margin-top:40px;width:100%}.product-card-container .category-selector{display:flex;flex-wrap:wrap;width:100%;gap:10px;margin:20px 0}.product-card-container .info-box{display:flex;gap:10px;align-items:center;background:#f2f2f2;max-width:600px;padding:5px 10px;margin-bottom:20px}.product-card-container .info-box img{background:#fff;border-radius:100%;width:20px}.product-card-container .info-box p{font-size:12px}.product-card-container .card-wrapper{display:flex;justify-content:center;flex-wrap:wrap;gap:20px}.product-card{position:relative;flex:1 1 370px;height:390px;padding:20px;background:#fff;box-shadow:0 8px 24px hsla(210,8%,62%,.2)}.product-card .upper-container{display:flex;align-items:center;gap:20px;max-width:300px;margin-bottom:20px;height:40px}.product-card .upper-container img{width:40px;height:40px}.product-card .upper-container h2{font-size:23px;font-weight:500;margin:0}.product-card .lower-container{display:flex;flex-direction:column;justify-content:center;gap:10px;width:100%}.product-card .lower-container hr{border:1px solid #f2f2f2;margin-top:10px}.product-card .lower-container .description{height:90px}.product-card .lower-container .performance-container{display:flex;justify-content:space-between;gap:20px}.product-card .lower-container .performance-container .performance-pill{text-align:center;width:70px}.product-card .lower-container .performance-container .performance-pill .performance-text{color:#859096;font-weight:400;font-size:15px}.product-card .lower-container .performance-container .performance-pill p{font-size:12px;font-weight:500}.product-card .lower-container .key-values-container{display:flex;align-items:center;gap:5px;text-align:center;min-height:40px}.product-card .lower-container .key-values-container .key-value{background-color:#f2f2f2;padding:5px 15px;text-align:center}.product-card .lower-container .key-values-container .key-value p{font-size:10px;font-weight:600;letter-spacing:2px}.product-card .lower-container .key-values-container .currency{background-color:#f0f7fd}.product-card .yield-text{font-weight:700;text-transform:uppercase;font-size:13px}@media(max-width:992px){.product-card{max-width:400px}}@media(max-width:600px){.product-card{height:420px}.product-card .lower-container .description{height:110px}}