.product-cards-filters{align-items:end;border-bottom:1px solid #dbdfe5;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin:20px 0 0;padding-bottom:20px}.filter-group{display:flex;gap:8px}.filter-tab{background:#fff;border:1px solid #dbdfe5;border-radius:30px;color:#3e4753;cursor:pointer;font-family:Manrope,sans-serif;font-size:12px;font-weight:600;letter-spacing:-.5%;padding:8px 20px;transition:all .15s ease}.filter-tab:hover{border-color:#e04a1f}.filter-tab.active{background:#061b31;border-color:#061b31;color:#fff}.filter-group[data-filter-group=price] .filter-tab.active{background:#fff;border-color:#d9480f;color:#d9480f}.product-cards-container{--bs-gutter-x:1.5rem;display:flex;flex-wrap:wrap;margin:50px 0 0;row-gap:20px}.product-cards-container>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)/2);padding-right:calc(var(--bs-gutter-x)/2);width:100%}.product-card{display:flex;max-width:33.33%;width:100%}.product-card .product-card-inner{background:#fff;border:1px solid #e7e7e7;border-radius:14px;box-shadow:0 1px 2px rgba(0,0,0,.04);overflow:hidden;transition:.3s;width:100%}.product-card .product-card-inner:hover{box-shadow:0 40px 72px rgba(28,26,25,.03),0 20px 22px rgba(28,26,25,.06);transform:translateY(-10px);transition:.3s}.product-card .product-card-top-img{height:216px;line-height:0;overflow:hidden}.product-card .product-card-top-img img{display:block;height:100%;object-fit:cover;object-position:top center;width:100%}.product-card .product_content_card{padding:18px 20px}.product-cards-tags{display:flex;flex-wrap:wrap;gap:6px}.product-cards-tags-list{background:#edeff2;border-radius:6px;color:#3e4753;font-family:Manrope,sans-serif;font-size:12px;font-weight:600;padding:3px 10px}.product-cards-name{padding:12px 0 14px}.product-cards-name h3{color:#14181f;font-size:15px;font-weight:700;line-height:24px}.product-cards-detail{align-items:center;border-top:1px dashed #dbdfe5;display:flex;justify-content:space-between;padding:17px 0}.product-cards-detail .product-cards-download-detail{align-items:center;display:flex;gap:4px}.product-cards-detail .product-cards-download-detail,.product-cards-detail .product-cards-price{color:#5b6270;font-size:12px;font-weight:400;line-height:19px}.product-cards-detail .product-cards-price span{color:#01d169;font-weight:600}.no-results-msg{color:#666;padding:30px 0;text-align:center}.product-cards-buttons{margin-top:60px;text-align:center}.product-cards-buttons button{cursor:pointer}.product-cards-buttons #loadMoreBtn[disabled]{cursor:default;opacity:.4}.product_content_card .product-cards-ctas-wrap{align-items:stretch;display:flex;flex-wrap:wrap;gap:8px}.product-cards-ctas-wrap a{border-radius:6px;color:#fff;font-family:Manrope,sans-serif;font-size:14px;font-weight:700;letter-spacing:-.005em;line-height:26px;padding:6px 15px;text-align:center;text-decoration:none}.product-cards-ctas-wrap a.buy-cta{background:#d9480f;border:1px solid #d9480f;flex:1 1 auto;min-width:0;text-align:center}.product-cards-ctas-wrap a.doc-cta{background:#fff;border:1px solid #dbdfe5;color:#14181f;flex:0 0 auto;text-align:center;white-space:nowrap}.price-filter{position:relative}.filter-toggle,.price-filter{align-items:center;display:flex}.filter-toggle{background:transparent;border:0;cursor:pointer;margin:0;padding:0}.filter-icon{color:#111;height:30px;justify-content:center;position:relative;width:30px}.filter-icon,.filter-options{align-items:center;display:flex}.filter-options{gap:10px;margin-left:0;max-width:0;opacity:0;overflow:hidden;pointer-events:none;transform:translateX(25px);transition:max-width .4s cubic-bezier(.4,0,.2,1),opacity .25s ease,transform .4s cubic-bezier(.4,0,.2,1),margin-left .4s ease;white-space:nowrap}.price-filter.open .filter-options{margin-left:10px;max-width:180px;opacity:1;pointer-events:auto;transform:translateX(0)}.filter-option{align-items:center;color:#5c6674;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:12px;font-weight:600;gap:7px;line-height:1;white-space:nowrap}.filter-option input{opacity:0;pointer-events:none;position:absolute}.custom-checkbox{border:1.25px solid #5c6674;border-radius:50%;box-sizing:border-box;flex-shrink:0;height:16px;position:relative;transition:.2s ease;width:16px}.filter-option input:checked+.custom-checkbox{border-color:#db490f}.filter-option input:checked+.custom-checkbox:after{background:#db490f;border-radius:50%;content:"";height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}.filter-option input:checked~.filter-label{color:#555e6b}.selected-filter{align-items:center;display:flex;max-width:0;opacity:0;overflow:hidden;position:absolute;right:0;top:-15px;transform:translateX(10px);transition:opacity .3s ease,transform .3s ease,max-width .3s ease;visibility:hidden;white-space:nowrap}.price-filter.has-filter .selected-filter{max-width:60px;opacity:1;transform:translateX(0);visibility:visible}.clear-filter{background:transparent;border:0;color:#db490f;cursor:pointer;font-family:Manrope,sans-serif;font-size:11px;font-weight:600;margin:0;padding:0}@media (max-width:767px){.product-cards-filters{display:block}.price-filter{display:inline-flex;margin:25px 0 0}.product-card{max-width:100%}}@media (min-width:768px) and (max-width:1199.98px){.product-card{max-width:50%}}