.t16-product-card{position:relative;min-width:0;border:1px solid #eceef1;border-radius:14px;background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:.2s}.t16-product-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,0,0,.08)}.t16-product-image{position:relative;aspect-ratio:1/1;background:#f7f7f7;display:block;overflow:hidden}.t16-product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s}.t16-product-card:hover .t16-product-image img{transform:scale(1.025)}.t16-product-image b{position:absolute;top:9px;left:9px;padding:5px 7px;border-radius:8px;background:var(--theme);color:#fff;font-size:11px}.t16-product-info{padding:11px 11px 8px;color:#202020!important;flex:1}.t16-product-info h3{font-size:14px;line-height:1.4;font-weight:650;margin:0 0 9px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:39px}.t16-price{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.t16-price strong{color:var(--theme);font-size:15px}.t16-price del{color:#9a9a9a;font-size:12px}.t16-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:0 9px 9px}.t16-card-actions a,.t16-card-actions button{border:0;border-radius:9px;padding:9px 6px;font-size:12px;font-weight:750;text-align:center;cursor:pointer}.t16-card-actions a{background:#f2f3f4;color:#222!important}.t16-card-actions button{background:var(--theme);color:#fff}@media(max-width:600px){.t16-card-actions{grid-template-columns:1fr}.t16-card-actions a{display:none}.t16-product-info{padding:9px}.t16-product-info h3{font-size:13px}}.t16-category-groups{max-width:1280px;margin:0 auto}.t16-category-section{background:#fff;border:1px solid #eceef1;border-radius:18px;padding:18px;margin-bottom:16px}.t16-category-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;padding-bottom:12px;margin-bottom:14px}.t16-category-head h2{margin:0;font-size:21px;font-weight:800}.t16-category-head a{background:var(--theme);color:#fff!important;border-radius:10px;padding:9px 13px;font-weight:700;font-size:13px}.t16-category-body{display:grid;grid-template-columns:240px minmax(0,1fr);gap:14px}.t16-category-banner{border-radius:14px;overflow:hidden;background:#f5f5f5;min-height:100%}.t16-category-banner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t16-category-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}@media(max-width:950px){.t16-category-body{display:block}.t16-category-banner{display:none}.t16-category-products{grid-template-columns:repeat(4,1fr)}}@media(max-width:760px){.t16-category-section{margin:0 10px 12px;padding:12px}.t16-category-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.t16-category-head h2{font-size:18px}}