.status-tag{display:flex;align-items:center;gap:4px;background:var(--success-main);border:1px solid var(--success-main);color:#fff;padding:12px;font-size:16px;line-height:20px;font-weight:600;width:-moz-fit-content;width:fit-content;text-transform:none;box-shadow:none;border-radius:10px}.status-tag.subscribed{background:var(--success-main);border:1px solid var(--success-main)}.product-card{display:inline-flex;flex-direction:column;justify-content:space-between;align-items:flex-start;border-radius:20px;border:1px solid var(--grey);background:#f8fafc}.product-card.image{padding:0;gap:0}.product-card.logo{gap:8px;padding:16px;border-radius:16px}.product-card .product-card-header{display:flex;flex-direction:column;align-items:flex-start;width:100%}.product-card .product-card-header.logo{gap:16px}.product-card .product-card-header.logo .product-card-header-logo-container{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.product-card .product-card-header.logo .product-card-header-logo-container .product-card-header-logo-head{margin:0!important}.product-card .product-card-header.logo .product-card-header-logo-container .version-container{width:83;height:27;top:31px;left:193px;border-radius:24px;background:#ebeef5;padding:10px}.product-card .product-card-header.logo .product-card-header-pic{width:40px;height:40px;object-fit:cover;border-radius:10px}.product-card .product-card-header.image .product-card-header-pic{width:100%;height:145px;flex-shrink:0;border-radius:20px 20px 0 0;background:linear-gradient(0deg,rgba(92,52,209,.2),rgba(92,52,209,.2)),#d3d3d3 no-repeat}.product-card .product-card-header.image .product-card-header-pic-bg{width:100%;height:160px;border-radius:20px 20px 0 0;background-position:top;background-size:cover;background-repeat:no-repeat}.product-card .product-card-header.image .product-card-header-pic-bg.logo{background-size:50%;background-position:50%}.product-card .product-card-header .product-card-header-info{display:flex;flex-direction:column;width:100%}.product-card .product-card-header .product-card-header-info.image{padding:16px 16px 24px}.product-card .product-card-header .product-card-header-info .product-card-header-info-title{color:var(--primary-dark);font-size:18px;font-style:normal;font-weight:600;line-height:110%;display:flex;align-items:flex-end;gap:5px}.product-card .product-card-header .product-card-header-info .product-card-header-info-title .version-title{color:#8e9fc9;font-size:10.5px;font-style:normal;font-weight:600;line-height:12px}.product-card .product-card-header .product-card-header-info .product-card-header-info-sub-title{color:var(--primary-main);font-size:18px;font-style:normal;font-weight:500;line-height:normal}.product-card .product-card-header .product-card-header-info .product-card-header-info-description{color:var(--secondary-contrastText);font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-top:4px}.product-card .product-card-footer{display:flex;justify-content:center;margin-top:auto}.product-card .product-card-footer.image{padding:0 16px 18px}.product-card .product-card-footer .product-card-footer-button{display:flex;flex-direction:row;gap:12px}.product-card .product-card-footer .product-card-footer-button .view-details-button{color:#906aff;font-size:16px;font-style:normal;font-weight:500;line-height:130%;border-bottom:1px solid #906aff}.product-card .product-card-footer .product-card-footer-button-loading{border-radius:10px;height:48px;width:160px}