.product-category-display{max-width:1600px;margin:0 auto 50px;padding:40px 20px}.category-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:15px}.category-title{font-size:55px}.category-header .btn-text .btn__label{min-width:max-content}.category-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.category-product-card{display:flex;align-items:center;gap:20px;padding:20px;background:50% 50% #fff;border:1px solid #ccc;border-radius:0;text-decoration:none;color:#000;transition:.4s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden}.category-product-card:hover{background:url('/wp-content/plugins/tempco-custom-functionality/assets/img/random_noise_texture.avif') 50%/cover no-repeat,url('/wp-content/plugins/tempco-custom-functionality/assets/img/brushed-metal-horizontal.avif') 50%/cover no-repeat,linear-gradient(180deg,#ed1c24 0,#af0f0c 40%,#ed1c24 100%);background-blend-mode:overlay,soft-light,darken;box-shadow:27.558px 73.488px 146.977px 0 rgba(0,0,0,.4);transform:scale(1.02);border-color:transparent}.card-image{width:100px;height:100px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:contain}.card-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.placeholder-icon{font-size:36px;opacity:.3}.category-product-card .card-name{flex:1;margin:0;color:#000;transition:color .4s}.category-product-card:hover .card-name{color:#fff}.card-icon{width:50px;height:50px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:.4s}.card-icon.arrow-icon{border:1px solid #ed1c24}.category-product-card:hover .card-icon{border-color:#fff}.icon-svg{transition:.4s}.arrow-icon .icon-svg{width:34px;height:34px}.pdf-icon .icon-svg{width:50px;height:50px}.arrow-icon path{stroke:#ED1C24;transition:stroke .4s}.category-product-card:hover .arrow-icon path{stroke:#ffffff}.pdf-icon path{fill:#ED1C24;transition:fill .4s}.category-product-card:hover .pdf-icon path{fill:#ffffff}@media (max-width:1024px){.category-products-grid{gap:15px}.category-product-card{padding:15px}}@media (max-width:768px){.product-category-display{padding:20px 10px}.category-header{flex-direction:column;align-items:flex-start;gap:10px}.category-view-all{font-size:16px}.category-products-grid{grid-template-columns:1fr;gap:15px}.card-image{width:80px;height:80px}.card-name{font-size:16px;line-height:1.45em}.card-icon{width:40px;height:40px}.icon-svg{width:28px;height:28px}}