@charset "UTF-8";.ip-products-header{background-color:var(--ip-bg-alt);padding:160px 0 48px}.ip-products-header h1{margin-bottom:12px}.ip-products-header p{color:var(--ip-text-secondary);font-size:1.05rem;max-width:700px}.ip-products-tabs{padding:48px 0 80px}.ip-product-tabs{margin-bottom:36px;border-bottom:2px solid var(--ip-border)}.ip-product-tabs .nav-link{color:var(--ip-text-secondary);font-weight:600;font-size:.92rem;border:none;border-bottom:3px solid transparent;padding:10px 20px;transition:color .2s,border-color .2s}.ip-product-tabs .nav-link.active,.ip-product-tabs .nav-link:hover{color:var(--ip-primary);border-bottom-color:var(--ip-primary);background:0 0}.ip-category-section{margin-bottom:48px}.ip-category-title{font-size:1.5rem;margin-bottom:8px;padding-bottom:12px;border-bottom:2px solid var(--ip-primary-light)}.ip-category-desc{color:var(--ip-text-secondary);margin-bottom:24px}.ip-product-item{background-color:var(--ip-bg);border:1px solid var(--ip-border);border-radius:var(--ip-radius);overflow:hidden;transition:box-shadow .3s,transform .2s;height:100%;display:flex;flex-direction:column}.ip-product-item:hover{box-shadow:0 6px 24px rgba(0,0,0,.1);transform:translateY(-2px)}.ip-product-img-wrap{display:block;overflow:hidden}.ip-product-img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.ip-product-item:hover .ip-product-img{transform:scale(1.04)}.ip-product-info{padding:16px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.ip-product-name{font-size:.95rem;font-weight:600;margin-bottom:12px}